home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_ghostscript.idb / usr / freeware / doc / ghostscript / 3.33 / psfiles.doc.z / psfiles.doc
Encoding:
Text File  |  1998-05-21  |  5.9 KB  |  176 lines

  1.    Copyright (C) 1990, 1992, 1993, 1994 Aladdin Enterprises.  All rights reserved.
  2.   
  3.   This file is part of GNU Ghostscript.
  4.   
  5.   GNU Ghostscript is distributed in the hope that it will be useful, but
  6.   WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility to
  7.   anyone for the consequences of using it or for whether it serves any
  8.   particular purpose or works at all, unless he says so in writing.  Refer
  9.   to the GNU Ghostscript General Public License for full details.
  10.   
  11.  
  12. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  13.  
  14. This file, psfiles.doc, describes the .ps files distributed with
  15. Ghostscript, other than fonts.
  16.  
  17. For an overview of Ghostscript and a list of the documentation files, see
  18. README.
  19.  
  20. System files
  21. ------------
  22.  
  23. gs_init.ps - Ghostscript reads this automatically when it starts up.  It
  24. contains definitions of many standard procedures and initialization for a
  25. wide variety of things.
  26.  
  27. gs_btokn.ps - gs_init.ps reads this in if the btoken feature is included in
  28. the configuration.  It provides support for binary tokens.
  29.  
  30. gs_ccfnt.ps - gs_init.ps reads this in if the ccfonts feature is included
  31. in the configuration.  It provides support for compiled fonts.
  32.  
  33. gs_cmdl.ps - This file is not used yet.  Eventually it will replace C code
  34. that parses the Ghostscript command line.
  35.  
  36. gs_fonts.ps - gs_init.ps reads this in.  It initializes Ghostscript's font
  37. machinery and provides some utility procedures that work with fonts.
  38.  
  39. gs_kanji.ps - This file provides support for the Wadalab free Kanji font.
  40.  
  41. gs_pfile.ps - This file provides runtime support for packed fonts.
  42.  
  43. gs_statd.ps - gs_init.ps reads this in.  It creates a dummy statusdict and
  44. some other environmental odds and ends for the benefit of PostScript files
  45. that really want to be printed on a LaserWriter.
  46.  
  47. gs_dps1.ps - gs_init.ps reads this in if the dps feature is included in
  48. the configuration.  It provides support for various Display PostScript and
  49. Level 2 features.
  50.  
  51. gs_lev2.ps - gs_init.ps reads this in if the Ghostscript interpreter
  52. includes Level 2 PostScript functions.  It contains definitions of
  53. procedures and miscellaneous initialization for the Level 2 functions.
  54.  
  55. gs_res.ps - gs_init.ps reads this in if the Level 2 resource machinery is
  56. included.  Currently, this is the case for all Level 2 configurations.
  57.  
  58. gs_type0.ps - gs_init.ps reads this in if the Ghostscript interpreter
  59. includes composite (Type 0) font capability.
  60.  
  61. gs_type1.ps - gs_init.ps reads this in if the Ghostscript interpreter
  62. includes Type 1 font capability (which it normally does).
  63.  
  64. gs_*_e.ps - These files define the Encodings known to Ghostscript.  All of
  65. them except gs_std_e.ps and gs_iso_e.ps are loaded only if referenced.
  66.  
  67. Art
  68. ---
  69.  
  70. chess.ps - A black-and-white chessboard.
  71.  
  72. golfer.ps - A gray-scale picture of a stylishly dressed woman swinging a
  73. golf club.
  74.  
  75. escher.ps - A colored version of a hexagonally symmetric Escher drawing of
  76. interlocking butterflies.  Can be printed on monochrome devices, with
  77. somewhat less dramatic results.
  78.  
  79. cheq.ps - A chessboard "font" used by chess.ps (obtained from the Adobe
  80. file server).
  81.  
  82. snowflak.ps - A rectangular grid of intricate colored snowflakes.
  83. (Renders very slowly.)
  84.  
  85. colorcir.ps - A set of nested ellipses made up of colored bars.
  86.  
  87. tiger.ps - A dramatic colored picture of a tiger's head.
  88.  
  89. Utilities
  90. ---------
  91.  
  92. For more information on these utility programs, see the comments at the
  93. beginning of the files.  The ones marked with * have batch files or shell
  94. scripts of the same name (e.g., bdftops, bdftops.bat) to invoke them
  95. conveniently.
  96.  
  97. bench.ps - a file useful for running benchmarks.
  98.  
  99. * bdftops.ps - a utility for converting BDF fonts to outline form: see
  100. fonts.doc for more information.
  101.  
  102. * gslp.ps - a utility for doing "line printing" of plain text files.
  103.  
  104. impath.ps - a utility for reconstructing outlines from bitmap images,
  105. used by bdftops.
  106.  
  107. landscap.ps - a file that you can put in front of your own files to get
  108. them rendered in landscape mode.
  109.  
  110. level1.ps - a file that turns off any Level 2 features.
  111.  
  112. packfile.ps - a utility for compressing fonts into a single file.
  113.  
  114. prfont.ps - a utility to print a font catalog.
  115.  
  116. * ps2ascii.ps - a utility for extracting the ASCII text from PostScript
  117. source files.  It redefines many operators.  For more information, see the
  118. comments in the file.
  119.  
  120. ps2ai.ps - a utility for converting an arbitrary PostScript file into a
  121. form compatible with Adobe Illustrator.
  122.  
  123. * ps2epsi.ps - a utility for converting an arbitrary PostScript file into
  124. EPSI form.
  125.  
  126. * pstoppm.ps - a utility for rendering PostScript files onto PPM (bitmap)
  127. files.
  128.  
  129. quit.ps - a file containing just the word "quit".  (The -c switch now makes
  130. this unnecessary; this file exists for backward compatibility.)
  131.  
  132. showpage.ps - a file containing just the word "showpage".  (The -c switch
  133. now makes this unnecessary; this file exists for backward compatibility.)
  134.  
  135. viewgif.ps - a utility for displaying GIF files.
  136.  
  137. waterfal.ps - a utility to print a "waterfall" of fonts at different
  138. sizes.
  139.  
  140. Development tools
  141. -----------------
  142.  
  143. decrypt.ps - a utility for decrypting the eexec section of a font.
  144.  
  145. markpath.ps - a utility for showing the points on a path.
  146.  
  147. mergeini.ps - a utility for merging all the initialization files into
  148. a single file.
  149.  
  150. pcharstr.ps - a utility for printing out the CharStrings and Subrs in a
  151. Type 1 font.
  152.  
  153. ppath.ps - a couple of utilities for printing out the current path, for
  154. debugging.
  155.  
  156. traceop.ps - a utility for tracing uses of any procedure or operator
  157. for debugging.
  158.  
  159. type1enc.ps - the Type 1 font format encryption and decryption
  160. algorithms written in PostScript.
  161.  
  162. unprot.ps - a prologue to disable access checking.
  163.  
  164. winmaps.ps - a utility for creating mappings between the Adobe encodings
  165. and the Microsoft Windows character sets.
  166.  
  167. wrfont.ps - a utility for writing out an unprotected Type 1 font, such as
  168. the standard Ghostscript fonts.
  169.  
  170. Odds and ends
  171. -------------
  172.  
  173. lines.ps - a test program for line joins and caps.
  174.  
  175. type1ops.ps - the Type 1 font format opcodes.
  176.